Support silent build rules with automake 1.11 (GnomeBug:591998)
authorJavier Jardón <javierjc1982@gmail.com>
Mon, 17 Aug 2009 15:55:09 +0000 (17:55 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 17 Aug 2009 18:15:23 +0000 (20:15 +0200)
Support silent build rules, requires at least automake-1.11.
Enable by either passing --enable-silent-rules to configure or
passing V=0 to make.

configure.in

index 6f37437334b278e865e298aa40765dbcb8598db8..5f92bdcb68aa4aed92eb6022c88ac99b2b63e923 100644 (file)
@@ -49,6 +49,11 @@ cflags_set=${CFLAGS+set}
 AM_INIT_AUTOMAKE(no-define)
 AM_CONFIG_HEADER(config.h)
 
+# Support silent build rules, requires at least automake-1.11. Enable
+# by either passing --enable-silent-rules to configure or passing V=0
+# to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
+
 #
 # For each of the libraries we build, we define the following